home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Convert / c-integer-to-pitch next >
Text File  |  1998-08-11  |  345b  |  13 lines

  1. c-integer-to-pitch integer
  2.  
  3. This function provides a reference conversion facility; the output is unusable in its compressed form except when the pitch-to-symbol utility has been activated.
  4.  
  5. (c-integer-to-pitch 45)
  6. => a7
  7.  
  8. (c-integer-to-pitch '(0 5 23 -5))
  9. => (c4 f4 b5 g3)
  10.  
  11. (c-integer-to-pitch '((0 5 23 -5) (6 11)))
  12. => ((c4 f4 b5 g3) (f#4 b4))
  13.